home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / mult200.zip / DOORBATS.ZIP / SQ.BAT < prev    next >
DOS Batch File  |  1991-12-10  |  514b  |  30 lines

  1. @echo off
  2. echo ---------------
  3. echo - sword quest -
  4. echo ---------------
  5. d:
  6. cd\door\sq
  7. if exist inuse.txt goto oops!
  8. rem > inuse.txt
  9. copy c:\ra\%node%\dorinfo1.def
  10.  
  11. rem MARK and RELEASE are from TSRCOM29.ZIP. they are necessary to keep
  12. rem your system from locking up with BASIC programs!
  13.  
  14. mark
  15. combat
  16. release
  17. del inuse.txt
  18. goto end
  19. :oops!
  20. if %port% == 0 goto oops!l
  21. type c:\ra\used.txt > com%port%
  22. goto regend
  23. :oops!l
  24. type c:\ra\used.txt
  25. :regend
  26. dvcomand wait 20
  27. :end
  28. c:
  29. cd\ra\%node%
  30.